home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / card_10968.txt < prev    next >
Text File  |  1990-04-17  |  35KB  |  1,655 lines

  1. -- card: 10968 from stack: in
  2. -- bmap block id: 17527
  3. -- flags: 0000
  4. -- background id: 15168
  5. -- name: Cabling Comparison
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   repeat with i = 1 to the number of card fields
  9.     hide card field i
  10.   end repeat
  11.   put empty into bkgnd field "selected"
  12. end closeCard
  13.  
  14.  
  15.  
  16.  
  17. -- part 2 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=2 top=102 right=122 bottom=127
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Medium
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   repeat with i = 1 to the number of card fields
  32.     hide card field i
  33.   end repeat
  34.   get the short name of the target
  35.   put it into bkgnd field "selected"
  36.   repeat with i = 1 to 6
  37.     show card field (it&i)
  38.   end repeat
  39. end mouseUp
  40.  
  41. on mouseEnter
  42.   changeCurs 6069
  43.   put "Compare Mediums" & return & "click to see mediums" into fld "Tell"
  44. end mouseEnter
  45.  
  46. On mouseDown
  47.   global ButtonSND
  48.   play ButtonSND
  49. End mouseDown
  50.  
  51. on mouseLeave
  52.   put empty into fld "Tell"
  53.   changeCurs 69
  54. end mouseLeave
  55.  
  56.  
  57. -- part 3 (button)
  58. -- low flags: 00
  59. -- high flags: 2000
  60. -- rect: left=2 top=127 right=146 bottom=127
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Link-Level
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   repeat with i = 1 to the number of card fields
  72.     hide card field i
  73.   end repeat
  74.   get the short name of the target
  75.   put it into bkgnd field "selected"
  76.   repeat with i = 1 to 6
  77.     show card field (it&i)
  78.   end repeat
  79. end mouseUp
  80.  
  81. on mouseEnter
  82.   changeCurs 6069
  83.   put "Compare Link-Levels" & return & "click to see link-levels" into fld "Tell"
  84. end mouseEnter
  85.  
  86. On mouseDown
  87.   global ButtonSND
  88.   play ButtonSND
  89. End mouseDown
  90.  
  91. on mouseLeave
  92.   put empty into fld "Tell"
  93.   changeCurs 69
  94. end mouseLeave
  95.  
  96.  
  97. -- part 4 (button)
  98. -- low flags: 00
  99. -- high flags: 2000
  100. -- rect: left=2 top=151 right=171 bottom=127
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Bandwidth
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   repeat with i = 1 to the number of card fields
  112.     hide card field i
  113.   end repeat
  114.   get the short name of the target
  115.   put it into bkgnd field "selected"
  116.   repeat with i = 1 to 6
  117.     show card field (it&i)
  118.   end repeat
  119. end mouseUp
  120.  
  121. on mouseEnter
  122.   changeCurs 6069
  123.   put "Compare Bandwidths" & return & "click to see bandwidths" into fld "Tell"
  124. end mouseEnter
  125.  
  126. On mouseDown
  127.   global ButtonSND
  128.   play ButtonSND
  129. End mouseDown
  130.  
  131. on mouseLeave
  132.   put empty into fld "Tell"
  133.   changeCurs 69
  134. end mouseLeave
  135.  
  136.  
  137. -- part 5 (button)
  138. -- low flags: 00
  139. -- high flags: 2000
  140. -- rect: left=2 top=175 right=194 bottom=127
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Network Length
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   repeat with i = 1 to the number of card fields
  152.     hide card field i
  153.   end repeat
  154.   get the short name of the target
  155.   put it into bkgnd field "selected"
  156.   repeat with i = 1 to 6
  157.     show card field (it&i)
  158.   end repeat
  159. end mouseUp
  160.  
  161. on mouseEnter
  162.   changeCurs 6069
  163.   put "Compare Network Lengths" & return & "click to see lengths" into fld "Tell"
  164. end mouseEnter
  165.  
  166. On mouseDown
  167.   global ButtonSND
  168.   play ButtonSND
  169. End mouseDown
  170.  
  171. on mouseLeave
  172.   put empty into fld "Tell"
  173.   changeCurs 69
  174. end mouseLeave
  175.  
  176.  
  177. -- part 6 (button)
  178. -- low flags: 00
  179. -- high flags: 2000
  180. -- rect: left=2 top=198 right=219 bottom=127
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Node Distance
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   repeat with i = 1 to the number of card fields
  192.     hide card field i
  193.   end repeat
  194.   get the short name of the target
  195.   put it into bkgnd field "selected"
  196.   repeat with i = 1 to 6
  197.     show card field (it&i)
  198.   end repeat
  199. end mouseUp
  200.  
  201. on mouseEnter
  202.   changeCurs 6069
  203.   put "Compare Node Distance" & return & "click to go distances" into fld "Tell"
  204. end mouseEnter
  205.  
  206. On mouseDown
  207.   global ButtonSND
  208.   play ButtonSND
  209. End mouseDown
  210.  
  211. on mouseLeave
  212.   put empty into fld "Tell"
  213.   changeCurs 69
  214. end mouseLeave
  215.  
  216.  
  217. -- part 7 (field)
  218. -- low flags: 81
  219. -- high flags: 0000
  220. -- rect: left=134 top=61 right=175 bottom=249
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 0 / 0
  223. -- text alignment: 0
  224. -- font id: 242
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: Medium1
  229.  
  230.  
  231. -- part 8 (field)
  232. -- low flags: 81
  233. -- high flags: 0000
  234. -- rect: left=259 top=61 right=175 bottom=374
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 0
  238. -- font id: 242
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Medium2
  243.  
  244.  
  245. -- part 9 (field)
  246. -- low flags: 81
  247. -- high flags: 0000
  248. -- rect: left=134 top=203 right=302 bottom=250
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 0
  252. -- font id: 242
  253. -- text size: 12
  254. -- style flags: 0
  255. -- line height: 16
  256. -- part name: Medium4
  257.  
  258.  
  259. -- part 10 (field)
  260. -- low flags: 81
  261. -- high flags: 0000
  262. -- rect: left=259 top=203 right=302 bottom=374
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 0
  266. -- font id: 242
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Medium5
  271.  
  272.  
  273. -- part 11 (field)
  274. -- low flags: 81
  275. -- high flags: 0000
  276. -- rect: left=383 top=203 right=317 bottom=498
  277. -- title width / last selected line: 0
  278. -- icon id / first selected line: 0 / 0
  279. -- text alignment: 0
  280. -- font id: 242
  281. -- text size: 12
  282. -- style flags: 0
  283. -- line height: 16
  284. -- part name: Medium6
  285.  
  286.  
  287. -- part 13 (field)
  288. -- low flags: 81
  289. -- high flags: 0000
  290. -- rect: left=384 top=62 right=176 bottom=499
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 0 / 0
  293. -- text alignment: 0
  294. -- font id: 242
  295. -- text size: 12
  296. -- style flags: 0
  297. -- line height: 16
  298. -- part name: Medium3
  299.  
  300.  
  301. -- part 14 (field)
  302. -- low flags: 81
  303. -- high flags: 0000
  304. -- rect: left=134 top=61 right=175 bottom=249
  305. -- title width / last selected line: 0
  306. -- icon id / first selected line: 0 / 0
  307. -- text alignment: 0
  308. -- font id: 242
  309. -- text size: 12
  310. -- style flags: 0
  311. -- line height: 16
  312. -- part name: Link-Level1
  313.  
  314.  
  315. -- part 15 (field)
  316. -- low flags: 81
  317. -- high flags: 0000
  318. -- rect: left=258 top=61 right=175 bottom=373
  319. -- title width / last selected line: 0
  320. -- icon id / first selected line: 0 / 0
  321. -- text alignment: 0
  322. -- font id: 242
  323. -- text size: 12
  324. -- style flags: 0
  325. -- line height: 16
  326. -- part name: Link-Level2
  327.  
  328.  
  329. -- part 16 (field)
  330. -- low flags: 81
  331. -- high flags: 0000
  332. -- rect: left=384 top=61 right=175 bottom=499
  333. -- title width / last selected line: 0
  334. -- icon id / first selected line: 0 / 0
  335. -- text alignment: 0
  336. -- font id: 242
  337. -- text size: 12
  338. -- style flags: 0
  339. -- line height: 16
  340. -- part name: Link-Level3
  341.  
  342.  
  343. -- part 17 (field)
  344. -- low flags: 81
  345. -- high flags: 0000
  346. -- rect: left=134 top=202 right=303 bottom=249
  347. -- title width / last selected line: 0
  348. -- icon id / first selected line: 0 / 0
  349. -- text alignment: 0
  350. -- font id: 242
  351. -- text size: 12
  352. -- style flags: 0
  353. -- line height: 16
  354. -- part name: Link-Level4
  355.  
  356.  
  357. -- part 18 (field)
  358. -- low flags: 81
  359. -- high flags: 0000
  360. -- rect: left=259 top=202 right=303 bottom=374
  361. -- title width / last selected line: 0
  362. -- icon id / first selected line: 0 / 0
  363. -- text alignment: 0
  364. -- font id: 242
  365. -- text size: 12
  366. -- style flags: 0
  367. -- line height: 16
  368. -- part name: Link-Level5
  369.  
  370.  
  371. -- part 19 (field)
  372. -- low flags: 81
  373. -- high flags: 0000
  374. -- rect: left=384 top=202 right=316 bottom=499
  375. -- title width / last selected line: 0
  376. -- icon id / first selected line: 0 / 0
  377. -- text alignment: 0
  378. -- font id: 242
  379. -- text size: 12
  380. -- style flags: 0
  381. -- line height: 16
  382. -- part name: Link-Level6
  383.  
  384.  
  385. -- part 20 (field)
  386. -- low flags: 81
  387. -- high flags: 0000
  388. -- rect: left=134 top=61 right=175 bottom=249
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 0 / 0
  391. -- text alignment: 0
  392. -- font id: 242
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: Bandwidth1
  397.  
  398.  
  399. -- part 21 (field)
  400. -- low flags: 81
  401. -- high flags: 0000
  402. -- rect: left=259 top=61 right=175 bottom=374
  403. -- title width / last selected line: 0
  404. -- icon id / first selected line: 0 / 0
  405. -- text alignment: 0
  406. -- font id: 242
  407. -- text size: 12
  408. -- style flags: 0
  409. -- line height: 16
  410. -- part name: Bandwidth2
  411.  
  412.  
  413. -- part 22 (field)
  414. -- low flags: 81
  415. -- high flags: 0000
  416. -- rect: left=383 top=61 right=175 bottom=498
  417. -- title width / last selected line: 0
  418. -- icon id / first selected line: 0 / 0
  419. -- text alignment: 0
  420. -- font id: 242
  421. -- text size: 12
  422. -- style flags: 0
  423. -- line height: 16
  424. -- part name: Bandwidth3
  425.  
  426.  
  427. -- part 23 (field)
  428. -- low flags: 81
  429. -- high flags: 0000
  430. -- rect: left=134 top=202 right=302 bottom=250
  431. -- title width / last selected line: 0
  432. -- icon id / first selected line: 0 / 0
  433. -- text alignment: 0
  434. -- font id: 242
  435. -- text size: 12
  436. -- style flags: 0
  437. -- line height: 16
  438. -- part name: Bandwidth4
  439.  
  440.  
  441. -- part 24 (field)
  442. -- low flags: 81
  443. -- high flags: 0000
  444. -- rect: left=259 top=202 right=300 bottom=374
  445. -- title width / last selected line: 0
  446. -- icon id / first selected line: 0 / 0
  447. -- text alignment: 0
  448. -- font id: 242
  449. -- text size: 12
  450. -- style flags: 0
  451. -- line height: 16
  452. -- part name: Bandwidth5
  453.  
  454.  
  455. -- part 25 (field)
  456. -- low flags: 81
  457. -- high flags: 0000
  458. -- rect: left=383 top=202 right=316 bottom=498
  459. -- title width / last selected line: 0
  460. -- icon id / first selected line: 0 / 0
  461. -- text alignment: 0
  462. -- font id: 242
  463. -- text size: 12
  464. -- style flags: 0
  465. -- line height: 16
  466. -- part name: Bandwidth6
  467.  
  468.  
  469. -- part 26 (field)
  470. -- low flags: 81
  471. -- high flags: 0000
  472. -- rect: left=134 top=61 right=166 bottom=250
  473. -- title width / last selected line: 0
  474. -- icon id / first selected line: 0 / 0
  475. -- text alignment: 0
  476. -- font id: 242
  477. -- text size: 12
  478. -- style flags: 0
  479. -- line height: 16
  480. -- part name: Network Length1
  481.  
  482.  
  483. -- part 27 (field)
  484. -- low flags: 81
  485. -- high flags: 0000
  486. -- rect: left=259 top=61 right=167 bottom=375
  487. -- title width / last selected line: 0
  488. -- icon id / first selected line: 0 / 0
  489. -- text alignment: 0
  490. -- font id: 242
  491. -- text size: 12
  492. -- style flags: 0
  493. -- line height: 16
  494. -- part name: Network Length2
  495.  
  496.  
  497. -- part 28 (field)
  498. -- low flags: 81
  499. -- high flags: 0000
  500. -- rect: left=383 top=61 right=166 bottom=499
  501. -- title width / last selected line: 0
  502. -- icon id / first selected line: 0 / 0
  503. -- text alignment: 0
  504. -- font id: 242
  505. -- text size: 12
  506. -- style flags: 0
  507. -- line height: 16
  508. -- part name: Network Length3
  509.  
  510.  
  511. -- part 29 (field)
  512. -- low flags: 81
  513. -- high flags: 0000
  514. -- rect: left=134 top=202 right=305 bottom=250
  515. -- title width / last selected line: 0
  516. -- icon id / first selected line: 0 / 0
  517. -- text alignment: 0
  518. -- font id: 242
  519. -- text size: 12
  520. -- style flags: 0
  521. -- line height: 16
  522. -- part name: Network Length4
  523.  
  524.  
  525. -- part 30 (field)
  526. -- low flags: 81
  527. -- high flags: 0000
  528. -- rect: left=259 top=202 right=303 bottom=375
  529. -- title width / last selected line: 0
  530. -- icon id / first selected line: 0 / 0
  531. -- text alignment: 0
  532. -- font id: 242
  533. -- text size: 12
  534. -- style flags: 0
  535. -- line height: 16
  536. -- part name: Network Length5
  537.  
  538.  
  539. -- part 31 (field)
  540. -- low flags: 81
  541. -- high flags: 0000
  542. -- rect: left=384 top=202 right=303 bottom=500
  543. -- title width / last selected line: 0
  544. -- icon id / first selected line: 0 / 0
  545. -- text alignment: 0
  546. -- font id: 242
  547. -- text size: 12
  548. -- style flags: 0
  549. -- line height: 16
  550. -- part name: Network Length6
  551.  
  552.  
  553. -- part 32 (field)
  554. -- low flags: 81
  555. -- high flags: 0000
  556. -- rect: left=134 top=63 right=175 bottom=249
  557. -- title width / last selected line: 0
  558. -- icon id / first selected line: 0 / 0
  559. -- text alignment: 0
  560. -- font id: 242
  561. -- text size: 12
  562. -- style flags: 0
  563. -- line height: 16
  564. -- part name: Node Distance1
  565.  
  566.  
  567. -- part 33 (field)
  568. -- low flags: 81
  569. -- high flags: 0000
  570. -- rect: left=259 top=61 right=175 bottom=374
  571. -- title width / last selected line: 0
  572. -- icon id / first selected line: 0 / 0
  573. -- text alignment: 0
  574. -- font id: 242
  575. -- text size: 12
  576. -- style flags: 0
  577. -- line height: 16
  578. -- part name: Node Distance2
  579.  
  580.  
  581. -- part 34 (field)
  582. -- low flags: 81
  583. -- high flags: 0000
  584. -- rect: left=384 top=61 right=175 bottom=499
  585. -- title width / last selected line: 0
  586. -- icon id / first selected line: 0 / 0
  587. -- text alignment: 0
  588. -- font id: 242
  589. -- text size: 12
  590. -- style flags: 0
  591. -- line height: 16
  592. -- part name: Node Distance3
  593.  
  594.  
  595. -- part 35 (field)
  596. -- low flags: 81
  597. -- high flags: 0000
  598. -- rect: left=134 top=202 right=302 bottom=249
  599. -- title width / last selected line: 0
  600. -- icon id / first selected line: 0 / 0
  601. -- text alignment: 0
  602. -- font id: 242
  603. -- text size: 12
  604. -- style flags: 0
  605. -- line height: 16
  606. -- part name: Node Distance4
  607.  
  608.  
  609. -- part 36 (field)
  610. -- low flags: 81
  611. -- high flags: 0000
  612. -- rect: left=259 top=202 right=301 bottom=372
  613. -- title width / last selected line: 0
  614. -- icon id / first selected line: 0 / 0
  615. -- text alignment: 0
  616. -- font id: 242
  617. -- text size: 12
  618. -- style flags: 0
  619. -- line height: 16
  620. -- part name: Node Distance5
  621.  
  622.  
  623. -- part 37 (field)
  624. -- low flags: 81
  625. -- high flags: 0000
  626. -- rect: left=384 top=202 right=316 bottom=499
  627. -- title width / last selected line: 0
  628. -- icon id / first selected line: 0 / 0
  629. -- text alignment: 0
  630. -- font id: 242
  631. -- text size: 12
  632. -- style flags: 0
  633. -- line height: 16
  634. -- part name: Node Distance6
  635.  
  636.  
  637. -- part 38 (button)
  638. -- low flags: 00
  639. -- high flags: 2000
  640. -- rect: left=2 top=222 right=242 bottom=127
  641. -- title width / last selected line: 0
  642. -- icon id / first selected line: 0 / 0
  643. -- text alignment: 1
  644. -- font id: 0
  645. -- text size: 12
  646. -- style flags: 0
  647. -- line height: 16
  648. -- part name: Maximum Nodes
  649. ----- HyperTalk script -----
  650. on mouseUp
  651.   repeat with i = 1 to the number of card fields
  652.     hide card field i
  653.   end repeat
  654.   get the short name of the target
  655.   put it into bkgnd field "selected"
  656.   repeat with i = 1 to 6
  657.     show card field (it&i)
  658.   end repeat
  659. end mouseUp
  660.  
  661. on mouseEnter
  662.   changeCurs 6069
  663.   put "Compare Maximum Nodes" & return & "click to see maximums" into fld "Tell"
  664. end mouseEnter
  665.  
  666. On mouseDown
  667.   global ButtonSND
  668.   play ButtonSND
  669. End mouseDown
  670.  
  671. on mouseLeave
  672.   put empty into fld "Tell"
  673.   changeCurs 69
  674. end mouseLeave
  675.  
  676.  
  677. -- part 39 (field)
  678. -- low flags: 81
  679. -- high flags: 0000
  680. -- rect: left=134 top=61 right=175 bottom=249
  681. -- title width / last selected line: 0
  682. -- icon id / first selected line: 0 / 0
  683. -- text alignment: 0
  684. -- font id: 242
  685. -- text size: 12
  686. -- style flags: 0
  687. -- line height: 16
  688. -- part name: Maximum Nodes1
  689.  
  690.  
  691. -- part 40 (field)
  692. -- low flags: 81
  693. -- high flags: 0000
  694. -- rect: left=259 top=61 right=175 bottom=374
  695. -- title width / last selected line: 0
  696. -- icon id / first selected line: 0 / 0
  697. -- text alignment: 0
  698. -- font id: 242
  699. -- text size: 12
  700. -- style flags: 0
  701. -- line height: 16
  702. -- part name: Maximum Nodes2
  703.  
  704.  
  705. -- part 41 (field)
  706. -- low flags: 81
  707. -- high flags: 0000
  708. -- rect: left=384 top=61 right=175 bottom=499
  709. -- title width / last selected line: 0
  710. -- icon id / first selected line: 0 / 0
  711. -- text alignment: 0
  712. -- font id: 242
  713. -- text size: 12
  714. -- style flags: 0
  715. -- line height: 16
  716. -- part name: Maximum Nodes3
  717.  
  718.  
  719. -- part 42 (field)
  720. -- low flags: 81
  721. -- high flags: 0000
  722. -- rect: left=134 top=202 right=303 bottom=249
  723. -- title width / last selected line: 0
  724. -- icon id / first selected line: 0 / 0
  725. -- text alignment: 0
  726. -- font id: 242
  727. -- text size: 12
  728. -- style flags: 0
  729. -- line height: 16
  730. -- part name: Maximum Nodes4
  731.  
  732.  
  733. -- part 43 (field)
  734. -- low flags: 81
  735. -- high flags: 0000
  736. -- rect: left=259 top=202 right=303 bottom=374
  737. -- title width / last selected line: 0
  738. -- icon id / first selected line: 0 / 0
  739. -- text alignment: 0
  740. -- font id: 242
  741. -- text size: 9
  742. -- style flags: 0
  743. -- line height: 12
  744. -- part name: Maximum Nodes5
  745.  
  746.  
  747. -- part 44 (field)
  748. -- low flags: 81
  749. -- high flags: 0000
  750. -- rect: left=384 top=202 right=316 bottom=499
  751. -- title width / last selected line: 0
  752. -- icon id / first selected line: 0 / 0
  753. -- text alignment: 0
  754. -- font id: 242
  755. -- text size: 12
  756. -- style flags: 0
  757. -- line height: 16
  758. -- part name: Maximum Nodes6
  759.  
  760.  
  761. -- part 45 (button)
  762. -- low flags: 00
  763. -- high flags: 2000
  764. -- rect: left=2 top=247 right=267 bottom=127
  765. -- title width / last selected line: 0
  766. -- icon id / first selected line: 0 / 0
  767. -- text alignment: 1
  768. -- font id: 0
  769. -- text size: 12
  770. -- style flags: 0
  771. -- line height: 16
  772. -- part name: Key Features
  773. ----- HyperTalk script -----
  774. on mouseUp
  775.   repeat with i = 1 to the number of card fields
  776.     hide card field i
  777.   end repeat
  778.   get the short name of the target
  779.   put it into bkgnd field "selected"
  780.   repeat with i = 1 to 6
  781.     show card field (it&i)
  782.   end repeat
  783. end mouseUp
  784.  
  785. on mouseEnter
  786.   changeCurs 6069
  787.   put "Compare Key Features" & return & "click to see key features" into fld "Tell"
  788. end mouseEnter
  789.  
  790. On mouseDown
  791.   global ButtonSND
  792.   play ButtonSND
  793. End mouseDown
  794.  
  795. on mouseLeave
  796.   put empty into fld "Tell"
  797.   changeCurs 69
  798. end mouseLeave
  799.  
  800.  
  801. -- part 46 (field)
  802. -- low flags: 81
  803. -- high flags: 0000
  804. -- rect: left=134 top=62 right=176 bottom=249
  805. -- title width / last selected line: 0
  806. -- icon id / first selected line: 0 / 0
  807. -- text alignment: 0
  808. -- font id: 242
  809. -- text size: 9
  810. -- style flags: 0
  811. -- line height: 12
  812. -- part name: Key Features1
  813.  
  814.  
  815. -- part 47 (field)
  816. -- low flags: 81
  817. -- high flags: 0000
  818. -- rect: left=259 top=62 right=176 bottom=374
  819. -- title width / last selected line: 0
  820. -- icon id / first selected line: 0 / 0
  821. -- text alignment: 0
  822. -- font id: 242
  823. -- text size: 9
  824. -- style flags: 0
  825. -- line height: 12
  826. -- part name: Key Features2
  827.  
  828.  
  829. -- part 48 (field)
  830. -- low flags: 81
  831. -- high flags: 0000
  832. -- rect: left=384 top=62 right=176 bottom=499
  833. -- title width / last selected line: 0
  834. -- icon id / first selected line: 0 / 0
  835. -- text alignment: 0
  836. -- font id: 242
  837. -- text size: 9
  838. -- style flags: 0
  839. -- line height: 12
  840. -- part name: Key Features3
  841.  
  842.  
  843. -- part 49 (field)
  844. -- low flags: 81
  845. -- high flags: 0000
  846. -- rect: left=134 top=204 right=303 bottom=249
  847. -- title width / last selected line: 0
  848. -- icon id / first selected line: 0 / 0
  849. -- text alignment: 0
  850. -- font id: 242
  851. -- text size: 9
  852. -- style flags: 0
  853. -- line height: 12
  854. -- part name: Key Features4
  855.  
  856.  
  857. -- part 50 (field)
  858. -- low flags: 81
  859. -- high flags: 0000
  860. -- rect: left=258 top=204 right=303 bottom=372
  861. -- title width / last selected line: 0
  862. -- icon id / first selected line: 0 / 0
  863. -- text alignment: 0
  864. -- font id: 242
  865. -- text size: 9
  866. -- style flags: 0
  867. -- line height: 12
  868. -- part name: Key Features5
  869.  
  870.  
  871. -- part 51 (field)
  872. -- low flags: 81
  873. -- high flags: 0000
  874. -- rect: left=384 top=204 right=318 bottom=499
  875. -- title width / last selected line: 0
  876. -- icon id / first selected line: 0 / 0
  877. -- text alignment: 0
  878. -- font id: 242
  879. -- text size: 9
  880. -- style flags: 0
  881. -- line height: 12
  882. -- part name: Key Features6
  883.  
  884.  
  885. -- part 53 (button)
  886. -- low flags: 00
  887. -- high flags: 2000
  888. -- rect: left=2 top=271 right=291 bottom=127
  889. -- title width / last selected line: 0
  890. -- icon id / first selected line: 0 / 0
  891. -- text alignment: 1
  892. -- font id: 0
  893. -- text size: 12
  894. -- style flags: 0
  895. -- line height: 16
  896. -- part name: Vendors
  897. ----- HyperTalk script -----
  898. on mouseUp
  899.   repeat with i = 1 to the number of card fields
  900.     hide card field i
  901.   end repeat
  902.   get the short name of the target
  903.   put it into bkgnd field "selected"
  904.   repeat with i = 1 to 6
  905.     show card field (it&i)
  906.   end repeat
  907. end mouseUp
  908.  
  909. on mouseEnter
  910.   changeCurs 6069
  911.   put "Vendor Compare" & return & "click to see vendors" into fld "Tell"
  912. end mouseEnter
  913.  
  914. On mouseDown
  915.   global ButtonSND
  916.   play ButtonSND
  917. End mouseDown
  918.  
  919. on mouseLeave
  920.   put empty into fld "Tell"
  921.   changeCurs 69
  922. end mouseLeave
  923.  
  924.  
  925. -- part 54 (field)
  926. -- low flags: 81
  927. -- high flags: 0000
  928. -- rect: left=134 top=61 right=175 bottom=249
  929. -- title width / last selected line: 0
  930. -- icon id / first selected line: 0 / 0
  931. -- text alignment: 0
  932. -- font id: 242
  933. -- text size: 12
  934. -- style flags: 0
  935. -- line height: 16
  936. -- part name: Vendors1
  937.  
  938.  
  939. -- part 55 (field)
  940. -- low flags: 81
  941. -- high flags: 0000
  942. -- rect: left=259 top=61 right=175 bottom=374
  943. -- title width / last selected line: 0
  944. -- icon id / first selected line: 0 / 0
  945. -- text alignment: 0
  946. -- font id: 242
  947. -- text size: 12
  948. -- style flags: 0
  949. -- line height: 16
  950. -- part name: Vendors2
  951.  
  952.  
  953. -- part 56 (field)
  954. -- low flags: 81
  955. -- high flags: 0000
  956. -- rect: left=384 top=61 right=175 bottom=499
  957. -- title width / last selected line: 0
  958. -- icon id / first selected line: 0 / 0
  959. -- text alignment: 0
  960. -- font id: 242
  961. -- text size: 12
  962. -- style flags: 0
  963. -- line height: 16
  964. -- part name: Vendors3
  965.  
  966.  
  967. -- part 57 (field)
  968. -- low flags: 81
  969. -- high flags: 0000
  970. -- rect: left=134 top=202 right=302 bottom=249
  971. -- title width / last selected line: 0
  972. -- icon id / first selected line: 0 / 0
  973. -- text alignment: 0
  974. -- font id: 242
  975. -- text size: 12
  976. -- style flags: 0
  977. -- line height: 16
  978. -- part name: Vendors4
  979.  
  980.  
  981. -- part 58 (field)
  982. -- low flags: 81
  983. -- high flags: 0000
  984. -- rect: left=259 top=202 right=303 bottom=373
  985. -- title width / last selected line: 0
  986. -- icon id / first selected line: 0 / 0
  987. -- text alignment: 0
  988. -- font id: 242
  989. -- text size: 12
  990. -- style flags: 0
  991. -- line height: 16
  992. -- part name: Vendors5
  993.  
  994.  
  995. -- part 59 (field)
  996. -- low flags: 81
  997. -- high flags: 0000
  998. -- rect: left=384 top=202 right=316 bottom=499
  999. -- title width / last selected line: 0
  1000. -- icon id / first selected line: 0 / 0
  1001. -- text alignment: 0
  1002. -- font id: 242
  1003. -- text size: 12
  1004. -- style flags: 0
  1005. -- line height: 16
  1006. -- part name: Vendors6
  1007.  
  1008.  
  1009. -- part 63 (button)
  1010. -- low flags: 00
  1011. -- high flags: 2002
  1012. -- rect: left=0 top=303 right=342 bottom=43
  1013. -- title width / last selected line: 0
  1014. -- icon id / first selected line: 10112 / 10112
  1015. -- text alignment: 1
  1016. -- font id: 0
  1017. -- text size: 12
  1018. -- style flags: 0
  1019. -- line height: 16
  1020. -- part name: EXIT
  1021. ----- HyperTalk script -----
  1022. on mouseEnter
  1023.   changeCurs 6069
  1024.   put "Exit Button" & return & "click to quit or go home" into fld "Tell"
  1025. end mouseEnter
  1026.  
  1027. on mouseUp
  1028.   set lockscreen to true
  1029.   answer "Would you like to Quit, go Home, or Cancel" with "Quit" or "Home" or "Cancel"
  1030.   unlock screen with dissolve
  1031.   set lockscreen to true
  1032.   if it is "Quit" then doMenu "Quit HyperCard"
  1033.   if it is "Home" then
  1034.     put empty into field "Explainer"
  1035.     domenu Home
  1036.   end if
  1037.   unlock screen with dissolve
  1038. end mouseUp
  1039.  
  1040. On mouseDown
  1041.   global ButtonSND
  1042.   play ButtonSND
  1043. End mouseDown
  1044.  
  1045. on mouseLeave
  1046.   put empty into fld "Tell"
  1047.   changeCurs 69
  1048. end mouseLeave
  1049.  
  1050.  
  1051. -- part 64 (button)
  1052. -- low flags: 00
  1053. -- high flags: 2002
  1054. -- rect: left=42 top=303 right=342 bottom=85
  1055. -- title width / last selected line: 0
  1056. -- icon id / first selected line: 21375 / 21375
  1057. -- text alignment: 1
  1058. -- font id: 0
  1059. -- text size: 12
  1060. -- style flags: 0
  1061. -- line height: 16
  1062. -- part name: Outline mode
  1063. ----- HyperTalk script -----
  1064. on mouseEnter
  1065.   changeCurs 6069
  1066.   put "Briefing Button" & return & "click to go to briefing room" into fld "Tell"
  1067. end mouseEnter
  1068.  
  1069. on mouseUp
  1070.   set lockscreen to true
  1071.   push card
  1072.   go to cd "Briefing Room"
  1073.   unlock screen with dissolve
  1074.   pass mouseUp
  1075. end mouseUp
  1076.  
  1077. On mouseDown
  1078.   global ButtonSND
  1079.   play ButtonSND
  1080. End mouseDown
  1081.  
  1082. on mouseLeave
  1083.   put empty into fld "Tell"
  1084.   changeCurs 69
  1085. end mouseLeave
  1086.  
  1087.  
  1088. -- part 65 (button)
  1089. -- low flags: 00
  1090. -- high flags: 2002
  1091. -- rect: left=469 top=303 right=342 bottom=512
  1092. -- title width / last selected line: 0
  1093. -- icon id / first selected line: 9301 / 9301
  1094. -- text alignment: 1
  1095. -- font id: 0
  1096. -- text size: 12
  1097. -- style flags: 0
  1098. -- line height: 16
  1099. -- part name: GoBack
  1100. ----- HyperTalk script -----
  1101. on mouseUp
  1102.   set lockscreen to true
  1103.   go Back
  1104.   unlock screen with visual effect wipe right
  1105. end mouseUp
  1106.  
  1107. on mouseEnter
  1108.   changeCurs 6069
  1109.   put "Go Back Button" & return & "click to go to prev card" into fld "Tell"
  1110. end mouseEnter
  1111.  
  1112. On mouseDown
  1113.   global ButtonSND
  1114.   play ButtonSND
  1115. End mouseDown
  1116.  
  1117. on mouseLeave
  1118.   changeCurs 69
  1119.   put empty into fld "Tell"
  1120. end mouseLeave
  1121.  
  1122.  
  1123. -- part 66 (button)
  1124. -- low flags: 00
  1125. -- high flags: 2002
  1126. -- rect: left=84 top=303 right=342 bottom=127
  1127. -- title width / last selected line: 0
  1128. -- icon id / first selected line: 20358 / 20358
  1129. -- text alignment: 1
  1130. -- font id: 0
  1131. -- text size: 12
  1132. -- style flags: 0
  1133. -- line height: 16
  1134. -- part name: Glossary
  1135. ----- HyperTalk script -----
  1136. on mouseUp
  1137.   get short name of this card
  1138.   if it is "Outliner" then clearF
  1139.   push card
  1140.   visual effect iris open
  1141.   go cd "glossary"
  1142. end mouseUp
  1143.  
  1144. on mouseEnter
  1145.   put "Glossary Button" & return & "click to go to the Glossary" into fld "Tell"
  1146.   changeCurs 6069
  1147. end mouseEnter
  1148.  
  1149. On mouseDown
  1150.   global ButtonSND
  1151.   play ButtonSND
  1152. End mouseDown
  1153.  
  1154. on mouseleave
  1155.   put empty into fld "Tell"
  1156.   changeCurs 69
  1157. end mouseLeave
  1158.  
  1159.  
  1160.  
  1161. -- part 67 (button)
  1162. -- low flags: 00
  1163. -- high flags: 2002
  1164. -- rect: left=126 top=303 right=342 bottom=169
  1165. -- title width / last selected line: 0
  1166. -- icon id / first selected line: 1007 / 1007
  1167. -- text alignment: 1
  1168. -- font id: 0
  1169. -- text size: 12
  1170. -- style flags: 0
  1171. -- line height: 16
  1172. -- part name: Printer
  1173. ----- HyperTalk script -----
  1174. on mouseUp
  1175.   print card
  1176. end mouseUp
  1177.  
  1178. on mouseEnter
  1179.   changeCurs 6069
  1180.   put "Printer Button" & return & "click to print this image" into fld "Tell"
  1181. end mouseEnter
  1182.  
  1183. On mouseDown
  1184.   global ButtonSND
  1185.   play ButtonSND
  1186. End mouseDown
  1187.  
  1188. on mouseLeave
  1189.   put empty into fld "Tell"
  1190.   changeCurs 69
  1191. end mouseLeave
  1192.  
  1193.  
  1194. -- part 68 (button)
  1195. -- low flags: 00
  1196. -- high flags: 2002
  1197. -- rect: left=343 top=303 right=342 bottom=386
  1198. -- title width / last selected line: 0
  1199. -- icon id / first selected line: 1409 / 1409
  1200. -- text alignment: 1
  1201. -- font id: 0
  1202. -- text size: 12
  1203. -- style flags: 0
  1204. -- line height: 16
  1205. -- part name: Outliner
  1206. ----- HyperTalk script -----
  1207. on mouseUp
  1208.   global Mack,Host
  1209.   push card
  1210.   set cursor to busy
  1211.   set the lockscreen to true
  1212.   put true into Mack
  1213.   put false into Host
  1214.   go to cd "Outliner"
  1215.   send mouseUp to cd btn "macSwitch"
  1216.   unlock screen with dissolve
  1217. end mouseUp
  1218.  
  1219. on mouseEnter
  1220.   changeCurs 6069
  1221.   put "Outliner Button" & return & "use outline navigation" into fld "Tell"
  1222. end mouseEnter
  1223.  
  1224. On mouseDown
  1225.   global ButtonSND
  1226.   play ButtonSND
  1227. End mouseDown
  1228.  
  1229. on mouseLeave
  1230.   put empty into fld "Tell"
  1231.   changeCurs 69
  1232. end mouseLeave
  1233.  
  1234.  
  1235.  
  1236. -- part 69 (button)
  1237. -- low flags: 00
  1238. -- high flags: 2002
  1239. -- rect: left=385 top=303 right=342 bottom=428
  1240. -- title width / last selected line: 0
  1241. -- icon id / first selected line: 18849 / 18849
  1242. -- text alignment: 1
  1243. -- font id: 0
  1244. -- text size: 12
  1245. -- style flags: 0
  1246. -- line height: 16
  1247. -- part name: Lobby
  1248. ----- HyperTalk script -----
  1249. on mouseUp
  1250.   set lockscreen to true
  1251.   push card
  1252.   unlock screen with dissolve
  1253.   go to cd "Lobby"
  1254. end mouseUp
  1255.  
  1256. on mouseEnter
  1257.   changeCurs 6069
  1258.   put "Lobby Button" & return & "use building navigation" into fld "Tell"
  1259. end mouseEnter
  1260.  
  1261. On mouseDown
  1262.   global ButtonSND
  1263.   play ButtonSND
  1264. End mouseDown
  1265.  
  1266. on mouseLeave
  1267.   put empty into fld "Tell"
  1268.   changeCurs 69
  1269. end mouseLeave
  1270.  
  1271.  
  1272. -- part 70 (button)
  1273. -- low flags: 00
  1274. -- high flags: 2002
  1275. -- rect: left=427 top=303 right=342 bottom=470
  1276. -- title width / last selected line: 0
  1277. -- icon id / first selected line: 30492 / 30492
  1278. -- text alignment: 1
  1279. -- font id: 0
  1280. -- text size: 12
  1281. -- style flags: 0
  1282. -- line height: 16
  1283. -- part name: Kiosk
  1284. ----- HyperTalk script -----
  1285. on mouseUp
  1286.   push card
  1287.   visual effect dissolve
  1288.   go to cd "Matrix"
  1289. end mouseUp
  1290.  
  1291. on mouseEnter
  1292.   changeCurs 6069
  1293.   put "Matrix Button" & return & "use matrix navigation" into fld "Tell"
  1294. end mouseEnter
  1295.  
  1296. On mouseDown
  1297.   global ButtonSND
  1298.   play ButtonSND
  1299. End mouseDown
  1300.  
  1301. on mouseLeave
  1302.   put empty into fld "Tell"
  1303.   changeCurs 69
  1304. end mouseLeave
  1305.  
  1306.  
  1307.  
  1308. -- part 71 (field)
  1309. -- low flags: 81
  1310. -- high flags: 0001
  1311. -- rect: left=172 top=307 right=339 bottom=340
  1312. -- title width / last selected line: 0
  1313. -- icon id / first selected line: 0 / 0
  1314. -- text alignment: 1
  1315. -- font id: 242
  1316. -- text size: 12
  1317. -- style flags: 0
  1318. -- line height: 16
  1319. -- part name: Tell
  1320. ----- HyperTalk script -----
  1321. --‚Ä¢ HELP
  1322. on mouseEnter
  1323.   global Help
  1324.   if Help then
  1325.     set lockscreen to true
  1326.     show field "Explainer"
  1327.     put "This is the Message field. " & return & return & "As the mouse enters the active area of each " & "button on this card, " & "this field will briefly explain what the button does. " into field "Explainer"
  1328.     unlock screen with dissolve fast
  1329.   else
  1330.     put "Message Field" & return & "displays help information" into fld "Tell"
  1331.   end if
  1332. end mouseEnter
  1333.  
  1334. on mouseLeave
  1335.   global Help
  1336.   if Help
  1337.   then
  1338. else
  1339.   put empty into fld "Tell"
  1340. end if
  1341. end mouseLeave
  1342.  
  1343.  
  1344. -- part 72 (field)
  1345. -- low flags: 81
  1346. -- high flags: 0001
  1347. -- rect: left=172 top=307 right=339 bottom=340
  1348. -- title width / last selected line: 0
  1349. -- icon id / first selected line: 0 / 0
  1350. -- text alignment: 1
  1351. -- font id: 242
  1352. -- text size: 12
  1353. -- style flags: 0
  1354. -- line height: 16
  1355. -- part name: Tell
  1356. ----- HyperTalk script -----
  1357. --‚Ä¢ HELP
  1358. on mouseEnter
  1359.   global Help
  1360.   if Help then
  1361.     set lockscreen to true
  1362.     show field "Explainer"
  1363.     put "This is the Message field. " & return & return & "As the mouse enters the active area of each " & "button on this card, " & "this field will briefly explain what the button does. " into field "Explainer"
  1364.     unlock screen with dissolve fast
  1365.   else
  1366.     put "Message Field" & return & "displays help information" into fld "Tell"
  1367.   end if
  1368. end mouseEnter
  1369.  
  1370. on mouseLeave
  1371.   global Help
  1372.   if Help
  1373.   then
  1374. else
  1375.   put empty into fld "Tell"
  1376. end if
  1377. end mouseLeave
  1378.  
  1379.  
  1380. -- part 73 (field)
  1381. -- low flags: 81
  1382. -- high flags: 0001
  1383. -- rect: left=172 top=307 right=339 bottom=340
  1384. -- title width / last selected line: 0
  1385. -- icon id / first selected line: 0 / 0
  1386. -- text alignment: 1
  1387. -- font id: 242
  1388. -- text size: 12
  1389. -- style flags: 0
  1390. -- line height: 16
  1391. -- part name: Tell
  1392. ----- HyperTalk script -----
  1393. --‚Ä¢ HELP
  1394. on mouseEnter
  1395.   global Help
  1396.   if Help then
  1397.     set lockscreen to true
  1398.     show field "Explainer"
  1399.     put "This is the Message field. " & return & return & "As the mouse enters the active area of each " & "button on this card, " & "this field will briefly explain what the button does. " into field "Explainer"
  1400.     unlock screen with dissolve fast
  1401.   else
  1402.     put "Message Field" & return & "displays help information" into fld "Tell"
  1403.   end if
  1404. end mouseEnter
  1405.  
  1406. on mouseLeave
  1407.   global Help
  1408.   if Help
  1409.   then
  1410. else
  1411.   put empty into fld "Tell"
  1412. end if
  1413. end mouseLeave
  1414.  
  1415.  
  1416. -- part contents for background part 1
  1417. ----- text -----
  1418. Medium
  1419. Link-Level Protocol
  1420. Bandwidth
  1421. Max Network Length
  1422. Dist. Between Nodes
  1423. Maximum Nodes
  1424. Key Features
  1425. Vendors
  1426.  
  1427.  
  1428. -- part contents for card part 7
  1429. ----- text -----
  1430. Twisted-pair
  1431.  
  1432. -- part contents for card part 8
  1433. ----- text -----
  1434. 22-gauge solid copper unshielded twisted-pair
  1435.  
  1436. -- part contents for card part 13
  1437. ----- text -----
  1438. 200-micron or 62.5 micron optical-fiber cable
  1439.  
  1440. -- part contents for card part 9
  1441. ----- text -----
  1442. Twisted-pair
  1443.  
  1444.  
  1445. -- part contents for card part 10
  1446. ----- text -----
  1447. 50-Œ© coaxial cable 
  1448.  
  1449.  
  1450. -- part contents for card part 11
  1451. ----- text -----
  1452. Unshielded twisted-pair ‚Äîstandard telephone cable
  1453.  
  1454. -- part contents for background part 2
  1455. ----- text -----
  1456. Cabling Comparison
  1457.  
  1458. -- part contents for card part 14
  1459. ----- text -----
  1460. AppleTalk link access
  1461.  
  1462. -- part contents for card part 15
  1463. ----- text -----
  1464. AppleTalk link access
  1465.  
  1466. -- part contents for card part 16
  1467. ----- text -----
  1468. AppleTalk link access
  1469.  
  1470. -- part contents for card part 18
  1471. ----- text -----
  1472. IEEE 802.3
  1473.  
  1474. -- part contents for card part 19
  1475. ----- text -----
  1476. AppleTalk
  1477.  
  1478. -- part contents for card part 20
  1479. ----- text -----
  1480. 230.4 Kbps
  1481. (KiloBaud Per Second)
  1482.  
  1483. -- part contents for card part 21
  1484. ----- text -----
  1485. 230.4 Kbps
  1486.  
  1487. -- part contents for card part 22
  1488. ----- text -----
  1489. 230.4 Kbps
  1490.  
  1491. -- part contents for card part 23
  1492. ----- text -----
  1493. 4-16 Mbps
  1494.  
  1495. -- part contents for card part 24
  1496. ----- text -----
  1497. 10 Mbps
  1498.  
  1499. -- part contents for card part 25
  1500. ----- text -----
  1501. 2.56 Mbps
  1502.  
  1503. -- part contents for card part 26
  1504. ----- text -----
  1505. 1,000‚Äô from the star
  1506.  
  1507. -- part contents for card part 27
  1508. ----- text -----
  1509. 3,000‚Äô for each of 12 hops
  1510.  
  1511. -- part contents for card part 28
  1512. ----- text -----
  1513. Approximately 40,000‚Äô
  1514.  
  1515. -- part contents for card part 29
  1516. ----- text -----
  1517. Up to 2Km
  1518.  
  1519.  
  1520.  
  1521. -- part contents for card part 30
  1522. ----- text -----
  1523.   Thin‚Äî
  1524. Segment: 600‚Äô
  1525. Network: 4,800‚Äô
  1526.   Thick‚Äî
  1527. Segment: 1,640‚Äô
  1528. Network: 9,161‚Äô
  1529.  
  1530.  
  1531.  
  1532. -- part contents for card part 31
  1533. ----- text -----
  1534. 2000‚Äô to each point of the star
  1535.  
  1536. -- part contents for card part 32
  1537. ----- text -----
  1538. Maximum 1,000‚Äô
  1539.  
  1540. -- part contents for card part 33
  1541. ----- text -----
  1542. Approxiumately 2,000‚Äô
  1543.  
  1544. -- part contents for card part 34
  1545. ----- text -----
  1546. Approximately 4,900‚Äô
  1547.  
  1548. -- part contents for card part 36
  1549. ----- text -----
  1550. 8.2‚Äô minimum
  1551. 500 m, segment
  1552. 2,500 m, network
  1553.  
  1554. -- part contents for card part 37
  1555. ----- text -----
  1556. 2,000‚Äô on each side of hub
  1557.  
  1558. -- part contents for card part 39
  1559. ----- text -----
  1560. 32
  1561.  
  1562. -- part contents for card part 40
  1563. ----- text -----
  1564. 20 (daisy chain)
  1565. 32 (passive star)
  1566. can go beyond, depending on traffic
  1567.  
  1568. -- part contents for card part 41
  1569. ----- text -----
  1570. 100+
  1571.  
  1572. -- part contents for card part 43
  1573. ----- text -----
  1574. Thin Segment: 30
  1575. Thick Segment: 100
  1576. (between repeaters)
  1577. Network: 1,024
  1578. Active concurrent AppleTalk nodes between bridges: 254
  1579.  
  1580. -- part contents for card part 44
  1581. ----- text -----
  1582. 1,344
  1583.  
  1584.  
  1585. -- part contents for card part 46
  1586. ----- text -----
  1587. Supplied by Apple; easy to reconfigure; turnkey solution
  1588.  
  1589. -- part contents for card part 47
  1590. ----- text -----
  1591. Uses existing phone cabling; inexpensive; any phone installer can install it; can span several rooms and/or floors
  1592.  
  1593. -- part contents for card part 48
  1594. ----- text -----
  1595. Replaces or extends twisted-pair cabling to gain added capacity and distance; provides data security; eliminates electronic interference
  1596.  
  1597. -- part contents for card part 50
  1598. ----- text -----
  1599. Greater speed, higher-bandwidth; network backbone for communications between floors and  buildings
  1600.  
  1601. -- part contents for card part 51
  1602. ----- text -----
  1603. Greater speed, higher-bandwidth network star link to LocalTalk; uses existing telephone wiring; provides corportation-wide network
  1604.  
  1605. -- part contents for card part 54
  1606. ----- text -----
  1607. AppleComputer
  1608.  
  1609. -- part contents for card part 55
  1610. ----- text -----
  1611. Farallon
  1612.  
  1613. -- part contents for card part 56
  1614. ----- text -----
  1615. DuPont
  1616.  
  1617. -- part contents for card part 57
  1618. ----- text -----
  1619. Apple Computer
  1620. IBM
  1621.  
  1622. -- part contents for card part 58
  1623. ----- text -----
  1624. Apple Computer Kinetics
  1625.  
  1626. -- part contents for card part 59
  1627. ----- text -----
  1628. Northern Telecom
  1629.  
  1630. -- part contents for card part 71
  1631. ----- text -----
  1632. Exit Button
  1633. click to quit or go home
  1634.  
  1635. -- part contents for card part 17
  1636. ----- text -----
  1637. IEEE 802.5
  1638.  
  1639.  
  1640. -- part contents for card part 35
  1641. ----- text -----
  1642. Variable
  1643.  
  1644. -- part contents for card part 42
  1645. ----- text -----
  1646. 72-350+
  1647.  
  1648. -- part contents for card part 49
  1649. ----- text -----
  1650. Greater speed; network backbone for campus communications
  1651.  
  1652. -- part contents for background part 10
  1653. ----- text -----
  1654. Go Back Button
  1655. click to go to prev card